home *** CD-ROM | disk | FTP | other *** search
- object scope_info: Tscope_info
- Left = 722
- Top = 269
- HelpType = htKeyword
- HelpKeyword = 'Information'
- BorderStyle = bsDialog
- Caption = 'NTC Information'
- ClientHeight = 200
- ClientWidth = 256
- Color = clBtnFace
- UseDockManager = True
- DockSite = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- HelpFile = 'ntc.hlp'
- OldCreateOrder = False
- OnCloseQuery = form_close_query
- OnCreate = formcreate
- OnPaint = check_activate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object info_panel: TPanel
- Left = 0
- Top = 0
- Width = 256
- Height = 200
- Hint = 'Write log to disk'
- Align = alClient
- TabOrder = 0
- object coord_box: TGroupBox
- Left = 0
- Top = 0
- Width = 257
- Height = 201
- Caption = 'Coordinates'
- TabOrder = 0
- object ra_label: TLabel
- Left = 4
- Top = 26
- Width = 77
- Height = 13
- Caption = 'Right Ascension'
- end
- object alt_label: TLabel
- Left = 4
- Top = 114
- Width = 35
- Height = 13
- Caption = 'Altitude'
- end
- object dec_label: TLabel
- Left = 4
- Top = 66
- Width = 53
- Height = 13
- Caption = 'Declination'
- end
- object az_label: TLabel
- Left = 4
- Top = 90
- Width = 37
- Height = 13
- Caption = 'Azimuth'
- end
- object hours_label: TLabel
- Left = 88
- Top = 8
- Width = 28
- Height = 13
- Caption = 'Hours'
- end
- object ra_minutes_label: TLabel
- Left = 136
- Top = 8
- Width = 37
- Height = 13
- Caption = 'Minutes'
- end
- object ra_seconds_label: TLabel
- Left = 184
- Top = 8
- Width = 42
- Height = 13
- Caption = 'Seconds'
- end
- object degrees_label: TLabel
- Left = 88
- Top = 48
- Width = 40
- Height = 13
- Caption = 'Degrees'
- end
- object minutes_label: TLabel
- Left = 136
- Top = 48
- Width = 37
- Height = 13
- Caption = 'Minutes'
- end
- object seconds_label: TLabel
- Left = 184
- Top = 48
- Width = 42
- Height = 13
- Caption = 'Seconds'
- end
- object refresh_rate_label: TLabel
- Left = 4
- Top = 136
- Width = 63
- Height = 13
- Caption = 'Refresh Rate'
- end
- object info_label: TLabel
- Left = 8
- Top = 200
- Width = 3
- Height = 13
- end
- object msecs_label: TLabel
- Left = 136
- Top = 136
- Width = 31
- Height = 13
- Caption = 'Msecs'
- end
- object dec_degrees_edit: TEdit
- Left = 88
- Top = 62
- Width = 41
- Height = 21
- ReadOnly = True
- TabOrder = 0
- end
- object alt_degrees_edit: TEdit
- Left = 88
- Top = 110
- Width = 41
- Height = 21
- ReadOnly = True
- TabOrder = 1
- end
- object az_degrees_edit: TEdit
- Left = 88
- Top = 86
- Width = 41
- Height = 21
- ReadOnly = True
- TabOrder = 2
- end
- object ra_hours_edit: TEdit
- Left = 88
- Top = 22
- Width = 41
- Height = 21
- ReadOnly = True
- TabOrder = 3
- end
- object ra_minutes_edit: TEdit
- Left = 136
- Top = 22
- Width = 41
- Height = 21
- TabOrder = 4
- end
- object ra_seconds_edit: TEdit
- Left = 184
- Top = 22
- Width = 41
- Height = 21
- TabOrder = 5
- end
- object dec_minutes_edit: TEdit
- Left = 136
- Top = 62
- Width = 41
- Height = 21
- TabOrder = 6
- end
- object dec_seconds_edit: TEdit
- Left = 184
- Top = 62
- Width = 41
- Height = 21
- TabOrder = 7
- end
- object az_minutes_edit: TEdit
- Left = 136
- Top = 86
- Width = 41
- Height = 21
- TabOrder = 8
- end
- object az_seconds_edit: TEdit
- Left = 184
- Top = 86
- Width = 41
- Height = 21
- TabOrder = 9
- end
- object alt_minutes_edit: TEdit
- Left = 136
- Top = 110
- Width = 41
- Height = 21
- TabOrder = 10
- end
- object alt_seconds_edit: TEdit
- Left = 184
- Top = 110
- Width = 41
- Height = 21
- TabOrder = 11
- end
- object get_ra_dec_button: TBitBtn
- Left = 4
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Get Ra/Dec'
- TabOrder = 12
- OnClick = get_ra_dec_buttonClick
- end
- object get_alt_az_button: TBitBtn
- Left = 80
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Get Alt/Az'
- TabOrder = 13
- OnClick = get_alt_az_buttonClick
- end
- object get_all_button: TBitBtn
- Left = 168
- Top = 168
- Width = 75
- Height = 25
- Caption = 'Get All'
- TabOrder = 14
- OnClick = get_all_buttonClick
- end
- object refresh_rate_edit: TEdit
- Left = 88
- Top = 136
- Width = 41
- Height = 21
- TabOrder = 15
- Text = '30000'
- OnChange = refresh_rate_editChange
- end
- object timer_button: TBitBtn
- Left = 176
- Top = 136
- Width = 49
- Height = 21
- Caption = 'Start'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 16
- OnClick = timer_buttonClick
- end
- end
- end
- object controller_timer: TTimer
- Enabled = False
- Interval = 30000
- OnTimer = controller_timerTimer
- Left = 224
- Top = 112
- end
- end
-